home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Leser 15
/
Amiga Plus Leser CD 15.iso
/
Tools
/
Development
/
mmu
/
MuManual
/
Include
/
clib
/
68060_protos.h
< prev
next >
Wrap
C/C++ Source or Header
|
2002-03-12
|
385b
|
25 lines
#ifndef CLIB_68060_PROTOS_H
#define CLIB_68060_PROTOS_H
/*
** $VER: 68060_protos.h 40.1 (23.3.2001)
** Includes Release 40.1
**
** C prototypes.
**
** © 2001 THOR-Software (Thomas Richter)
**
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef LIBRARIES_68060_H
#include <libraries/68060.h>
#endif
ULONG FPUControl(ULONG flags,ULONG mask);
#endif